home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Porady / Niewidoczny w sieci / TOR 0.1.2.7 / vidalia-bundle-0.1.2.7-alpha-0.0.10.exe / Torbutton / torbutton-1.0.4-fx+tb.xpi / chrome / torbutton.jar / content / about.xul next >
Extensible Markup Language  |  2006-06-02  |  662b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE overlay SYSTEM "chrome://torbutton/locale/torbutton.dtd">
  5.  
  6. <dialog id="torbutton-about"
  7.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.         xmlns:html="http://www.w3.org/1999/xhtml"
  9.         title="&torbutton.about.title;"
  10.         buttons="accept"
  11.         persist="screenX screenY">
  12.  
  13.     <script type="application/x-javascript" src="torbutton.js" />
  14.     <label value="Torbutton" style="font-weight: bold;"/>
  15.     <label value="Scott Squires"/>
  16.     <label value="http://freehaven.net/~squires/torbutton/"/>
  17. </dialog>
  18.